| 1. | C developers are accustomed to the tasks related to manual memory management C + +开发人员熟悉与手动内存管理相关的任务。 |
| 2. | This forces the program to fall back on techniques that resemble manual memory management 这使得程序不得不使用人工内存管理的老技术。 |
| 3. | Although manual memory management with linked lists is possible , it is not a very friendly task 尽管使用链表人工管理内存是可行的,但那不是一件非常容易的工作。 |
| 4. | Com developers are accustomed to implementing reference counting as a manual memory management technique Com开发人员习惯于将实现引用计数作为一个手动的内存管理技术。 |
| 5. | Automatic memory management simplifies development by eliminating the common bugs that arise from manual memory management schemes 自动内存管理通过消除手动内存管理方案引起的常见bug简化了开发。 |
| 6. | Becomes no longer used by the program resemble the annoying and error - prone techniques required for manual memory management 不再被程序使用是一件很烦人和容易出错的任务,需要人工对内存进行管理。 |
| 7. | When you develop applications in a language that targets the common language runtime , the runtime s garbage collector eliminates the need for reference counting and , as a result , the bugs that can arise from this manual memory management scheme 当使用面向公共语言运行库的语言开发应用程序时,运行库的垃圾回收器不用对引用进行计数,因此也就避免了由这种手动管理内存方案引发的bug 。 |